home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / RELEASE.NOTES < prev    next >
Text File  |  1998-07-16  |  5KB  |  125 lines

  1.  
  2. Release and Install Notes - SCO Skunkware 98
  3. ============================================
  4.  
  5.  
  6. SCO Skunkware 98 contains files suitable for installation on SCO OpenServer
  7. systems with the Software Manager facility (/etc/custom). In addition, there
  8. are compressed archives of pre-compiled utilities which can be extraced
  9. manually. Finally, there are hundreds of source archives (almost everything
  10. on the CD is accompanied by the source used to build it).
  11.  
  12. NOTE: A full installation of SCO Skunkware 98 will consume over 500
  13. Megabytes of disk space and take several hours.
  14.  
  15. SCO Skunkware 98 is both an installation media (recognizable by the SCO
  16. OpenServer Software Manager) and a mountable filesystem. In the text that
  17. follows, the string MOUNT-POINT will refer to the full pathname of the
  18. CD-ROM mount point (for example, you may choose to mount the CD-ROM on
  19. /usr/skunkware in which case MOUNT-POINT would refer to /usr/skunkware).
  20.  
  21. Installation on SCO OpenServer
  22.  
  23. The software packages for SCO OpenServer are located in /MOUNT-POINT/opt on
  24. the CD-ROM. The packages will be exported to /usr/local and in total consume
  25. about 500 MB of disk space in /opt/K/SKUNK98. If your root filesystem has
  26. insufficient space, prior to installation you can create a symbolic link
  27. from /opt/K/SKUNK98 to another filesystem with sufficient disk space. For
  28. instance, assuming you have created an additional filesystem on /u with lots
  29. of disk space :
  30.  
  31.         # mkdir /u/skunk98
  32.         # cd /opt/K
  33.         # ln -s /u/skunk98 SKUNK98
  34.  
  35. To install the entire Skunkware 98 product, execute the command:
  36.  
  37.     # custom -i -m /dev/rcd0
  38.  
  39. To install an individual package, execute the command:
  40.  
  41.     # custom -p SKUNK98:default:Package -i -m /dev/rcd0
  42.  
  43. where "Package" is the name of the desired component. See the file
  44. /MOUNT-POINT/osr5/CONTENTS for the list of available components.
  45.  
  46. An interactive graphical installation can be performed by running the
  47. Software Manager (/etc/custom) as root and choosing to install from the
  48. CD-ROM device. In this mode, desired packages can be selected by clicking on
  49. an individual package and/or -clicking on additional packages.
  50.  
  51. If, as root, you are running the X.Desktop, then you can configure your
  52. system to mount the SCO Skunkware 98 CD-ROM by double-clicking the System
  53. Administration folder -> Filesystems -> Filesystem Manager. Alternatively,
  54. at a root shell prompt, type "scoadmin f" to bring up the Filesystem
  55. Manager. Next select Mount -> Add Mount Configuration -> Local and enter
  56. /dev/cd0 for the device and a mount point. Change the "Can Users Mount" to
  57. Yes and uncheck the "At System Startup" mount. After completing this
  58. operation, you should be able to mount and unmount the SCO Skunkware 98
  59. CD-ROM by typing "mnt MOUNT-POINT" and "umnt MOUNT-POINT" as any user.
  60.  
  61. This cdrom is built as a mountable filesystem, and may be mounted to view,
  62. use, or install. To mount the cdrom, use the mount(ADM) command with the
  63. mount point of your choice.
  64. OpenServer :
  65.  
  66.     # mount -r /dev/cd0 /MOUNT-POINT
  67.  
  68. or
  69. UnixWare :
  70.  
  71.     # mount -r -f cdfs /dev/cdrom/c1b0t210 /MOUNT-POINT
  72.  
  73. For an introductory tour, point a web browser at /MOUNT-POINT/index.html
  74. # /usr/bin/X11/netscape file:/MOUNT-POINT/index.html
  75.  
  76. If you do not have Netscape Navigator installed, download a trial copy from
  77. http://www2.sco.com  or (for OpenServer) install NCSA Mosaic off of this CD :
  78.     # custom -p SKUNK98:default:Mosaic -i -m /dev/rcd0 
  79. or use any browser that supports tables and open the URL 
  80.     file:/MOUNT-POINT/index.html
  81.  
  82. If you do not have or want a graphical browser, you can install Lynx 2.8rel2
  83. (a character browser) off of this CD :
  84.     # custom -p SKUNK98:default:Lynx -i -m /dev/rcd0 
  85.  
  86. Source code is provided in the /src directory. In some cases, source code is
  87. provided but no compiled binaries. The source distributions are in
  88. gzip-compressed tar or cpio format. In order to extract these, use the
  89. command:
  90.  
  91.     $ gzcat /MOUNT-POINT/src/<directory>/<package>.tar.gz | tar xf -
  92.  
  93. or, in the case of a compressed cpio archive:
  94.  
  95.     $ gzcat /MOUNT-POINT/src/<directory>/<package>.cpio.gz | cpio -icdu
  96.  
  97. Where <directory> refers to the top-level source directory and <package> is
  98. the package name (e.g. gzip-1.2.4).
  99.  
  100. If you do not have gzcat installed (part of the gzip package), you can
  101. install it off of the SCO Skunkware 98 CD via the command:
  102.  
  103.         # custom -p SKUNK98:default:GZIP -i -m /dev/rcd0
  104.  
  105. Further platform-specific installation instructions are available in the
  106. Skunkware 98 Release Notes:
  107.  
  108. After completing the installation of the Skunkware 98 components you desire,
  109. you may wish to add /usr/local/bin to your PATH and /usr/local/man to your
  110. MANPATH. You may also wish to add /usr/local/java to your CLASSPATH. It
  111. should not be necessary to add /usr/local/lib to your LD_LIBRARY_PATH as the
  112. Skunkware 98 shared libraries have been built with the appropriate flags.
  113.  
  114. Technical Library Supplements
  115.  
  116. You may also find the SCO Technical Library Supplements to be of interest.
  117. These are drawn from the SCO Support Online System, and are accessible via
  118. anonymous ftp on the Internet from ftp.sco.com or via web facilities at
  119. http://www.sco.com
  120.  
  121. Comments
  122.  
  123. Please direct any comments on SCO Skunkware to skunkware@sco.com.
  124.  
  125.